原生js選中下拉框中指定值 //原生js設置下拉框設置選中某個值 function setSelectChecked(selectId, checkValue){ var op = document.getE ...